home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / nl$collections_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  1.6 KB  |  38 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class nl$collections_properties extends ResourceBundle
  6.    {
  7.       public function nl$collections_properties()
  8.       {
  9.          super("nl","collections");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "findCondition":"Find criteria must contain all sort fields leading up to \'{0}\'.",
  16.             "noComparatorSortField":"Cannot determine comparator for SortField with name \'{0}\'.",
  17.             "outOfBounds":"Index \'{0}\' specified is out of bounds.",
  18.             "nonUnique":"Non-unique values in items.",
  19.             "incorrectAddition":"Attempt to add an item already in the view.",
  20.             "findRestriction":"Find criteria must contain at least one sort field value.",
  21.             "invalidType":"Incorrect type. Must be of type XML or a XMLList that contains one XML object. ",
  22.             "unknownMode":"Unknown find mode.",
  23.             "invalidIndex":"Invalid index: \'{0}\'.",
  24.             "invalidRemove":"Cannot remove when current is beforeFirst or afterLast.",
  25.             "unknownProperty":"Unknown Property: \'{0}\'.",
  26.             "invalidInsert":"Cannot insert when current is beforeFirst.",
  27.             "itemNotFound":"Cannot find when view is not sorted.",
  28.             "bookmarkInvalid":"Bookmark no longer valid.",
  29.             "noComparator":"Cannot determine comparator for \'{0}\'.",
  30.             "invalidCursor":"Cursor no longer valid.",
  31.             "noItems":"No items to search.",
  32.             "bookmarkNotFound":"Bookmark is not from this view."
  33.          };
  34.       }
  35.    }
  36. }
  37.  
  38.